home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist SPJDEMO.EXE goto nodemo
- SPJDEMO %1
- echo
- echo Thank you for watching the
- echo CA-SuperProject demo.
- echo If you want to view it again,
- echo type DEMO and press the ENTER key.
- echo
- goto exit
- :nodemo
- echo Sorry, your CA-SuperProject demo has
- echo not been properly installed. Please
- echo install the demo again following the
- echo instructions on the label.
- echo
- :exit